Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integer formatting breaking selectors #52

Merged
merged 1 commit into from
Dec 21, 2024
Merged

Conversation

RedMser
Copy link
Owner

@RedMser RedMser commented Nov 23, 2024

When setting maximum_fraction_digits, I assume the result is a string, which breaks selectors over int values.

Now to select float values you must specify the selector like [1.0] and for int values you must specify [1].

@RedMser RedMser added bug Something isn't working discussion Open issue which needs to be talked about before tackling labels Nov 23, 2024
RedMser added a commit to RedMser/ChatLane that referenced this pull request Nov 23, 2024
@RedMser RedMser merged commit e6e3bab into master Dec 21, 2024
2 checks passed
@RedMser RedMser deleted the fix-int-formatting branch December 21, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion Open issue which needs to be talked about before tackling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant